home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2340 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.7 KB

  1. Path: news.innet.com!news
  2. From: morpheus@camalott.com (me)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Visual C++
  5. Date: Wed, 17 Jan 1996 07:05:50 GMT
  6. Organization: Internet Network Corporation
  7. Message-ID: <4di358$jqv@lucky.innet.com>
  8. References: <4cka82$rmm@news.tamu.edu> <4ctcr2$i74@isoit109.bbn.hp.com>
  9. NNTP-Posting-Host: tex-54.innet.com
  10. X-Newsreader: Forte Free Agent v0.55
  11.  
  12. Manfred_Lange <Manfred_Lange@bbn.hp.com> wrote:
  13.  
  14. >skp2813@cs.tamu.edu (Sriram K Parameswar) wrote:
  15. >>Howdy,
  16. >>
  17. >>Please accept my apologies if this has been discussed before in the newsgroup.
  18. >>I need some advise on the following:
  19. >>
  20. >>    ** I went to buy a Visual C++ package for my PC and found a bewildering
  21. >>    array of choices. Visual C++ from Microsoft had 3 versions ranging from
  22. >>    1.52 on, the description on the cover did not make the decision easier.
  23. >>    There was also a product from Borland with support for OLE2.0 - please
  24. >>    advise.
  25. >>
  26. >>    ** Recommendation for C++ books(not visual C++) on the Unix platform.
  27. >>    Do the books by Stroustrup or Lippman cover templates??
  28. >>    
  29. >>Thanks in advance,
  30. >>    
  31. >>Sriram Parameswarr
  32.  
  33. >Ad 1
  34. >In General Microsoft has currently a 16-bit version and a 32-bit version of the 
  35. >Microsoft Visual C++ Compiler. The 16-bit version comes 'for free' on the same 
  36. >distribution media as the 32-bit version. The 16-bit is version 1.52c and the 
  37. >32-bit version is 4.0 (there is already a service pack available). The 32-bit 
  38. >version runs under NT and Windows 95. You can also get a cross-compiler at 
  39. >least for the MacIntosh.
  40. >At least the 32-bit 4.0 version of MSVC++ supports OLE2. Borland also supports 
  41. >OLE2 with its Borland C++ 4.52. Borland C++ can create 16-bit- AND 
  42. >32-bit-executables whereas MSVC++ 4.0 can create 32-bit-executables only 
  43. >(16-bit-executables are created using MSVC++ 1.52, which in parts is somewhat 
  44. >outdated. Microsoft seems to push its C++ users into the 32-bit world).
  45.  
  46. >Ad 2
  47. >The Stroustrup book also covers templates.
  48. >If you need a good C++ reference, you can also take the book "The Annotated C++ 
  49. >Reference Manual" written by Margaret Ellis and Bjarne Stroustrup.
  50. >If you are looking for VERY enhanced C++ programming techniques, you should 
  51. >have a look on "Advanced C++ Programming Styles and Idioms" by James O. 
  52. >Coplien. This one helps me a lot in my daily work. It is also platform 
  53. >independent.
  54.  
  55. >-- 
  56. >Regards, Manfred.
  57.  
  58. >------------------------------------------
  59. >Manfred Lange
  60. >Hewlett-Packard (Deutschland) GmbH
  61. >ESTL (European Support Technology Lab)
  62. >Boeblingen, Germany
  63. >email: Manfred_Lange@bbn.hp.com
  64.  
  65. >My opinion does not need to be that of HP!
  66. >------------------------------------------
  67.  
  68.  
  69. Warning! MSVC 1.52 does not support templates.
  70.  
  71. greetings from texas.
  72. Morpheus
  73.  
  74.  
  75.